home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / ARCHIVES.ARJ / ARCH_INI.TXT next >
INI File  |  1991-07-04  |  4KB  |  100 lines

  1. [Archives_TFW]
  2.  
  3. ; THE FOLLOWING IS AN EXAMPLE OF ARCHV.INI with EXPLANATIONS
  4.  
  5. ; Comments are always preceeded by a semicolon and
  6. ; Except for 'NameComWindow' USE ONLY UPPERCASE LETTERS
  7. ; on the right side of the equals side
  8.  
  9. ; PS: you can include comments in the ARCHV.INI file but the
  10. ; program loads faster and saves to the INI file faster
  11. ; when the file is smallest.  Windows rewrites the whole
  12. ; INI file whenever a single change is made.
  13.  
  14. ;If you manually change this file, note the max character
  15. ;lengths and all directories must end with a backslash
  16.  
  17. ;TEMPORARY CHECKOUT drive:\directory,  ARCHIVES CREATES AND
  18. ;DELETES THIS DIRECTORY.  IT SHOULD NOT ALREADY EXIST:
  19. ;I recommend using your RAM drive if you have one and if the RAM
  20. ;is large enough to unzip files to.
  21. ;MAX 7 characters after the equals sign! END with backslash!
  22. TempCheckOutDir=F:\CHK\
  23.  
  24. ;NORMAL CHECKOUT drive:\directory:
  25. ;MAX 30 characters after the equals sign! END with backslash!
  26. NormalDecompDir=F:\BARB\
  27.  
  28. ;CONTROL PROGRAM DIRECTORY, where your normal Window Utilities
  29. ;    are such as FileMgr.exe, Notepad.exe, Clock.exe
  30. ;MAX 30 characters after the equals sign! END with \*.EXE!
  31. DirCtrlProg=C:\WINDOWS\*.EXE
  32.  
  33. ;Drive:\Directory\Filename.PIF of the PIF file, normally c:\windows\ARCH.PIF
  34. ;MAX 30 characters after the equals sign! END with .PIF!
  35. NamePifFile=C:\WINDOWS\ARCHIVES\ARCH.PIF
  36.  
  37. ;Name of DOS Window (Title), this must agree with the name of window in ARCH.PIF
  38. NameComWindow=\Archives COM
  39.  
  40. ;Name of DOS Batch file, this must agree with the program name in ARCH.PIF
  41. NameBatFile=C:\WINDOWS\ARCHIVES\ARCH.BAT
  42.  
  43. ;USER STARUP MASK FOR THE MASK WINDOW
  44. ;MAX 50 characters after the equals sign!
  45. UsersSpec=*.ZIP;*.ARC;*.LZH;*.EXE;*.TXT;*.INI
  46.  
  47. ;Dos programs executed by Archives, include the drive:\directory
  48. ;for those programs that are not in your path statement; otherwise,
  49. ;it is better if these programs are in your path and you do
  50. ;not include the drive:\directory.  A shorter command line passed
  51. ;to DOS means fewer instances of writing temporary files:
  52. ;MAX 30 characters after the equals sign!
  53.  
  54. ZIPNAME=PKZIP.EXE
  55. UNZIPNAME=PKUNZIP.EXE
  56. ;Either LHA.EXE or LHARC.EXE can be used
  57. LZHNAME=LHA.EXE
  58. ARCNAME=PKPAK.EXE
  59. ;Either PKUNPAK.EXE or ARC-E.COM can be used
  60. UNARCNAME=PKUNPAK.EXE
  61. ;The /NOMEN is a scan switch to not scan memory every time it is run
  62. VirusNAME=SCAN.EXE /NOMEM
  63. ZIPFIXNAME=PKZIPFIX.EXE
  64. ZIP2EXENAME=ZIP2EXE.EXE
  65.  
  66. ;Normally these are windows programs, but if you wish you can write as
  67. ;       c:\win\arch\arch.pif list.com  (or as) arch.pif list.com
  68. ;include the drive:\directory if not in your path.
  69. ;MAX 30 characters after the equals sign!
  70. ;          123456789012345678901234567890
  71. EDITORNAME=C:\WINDOWS\NOTEPAD.EXE
  72.  
  73. ;You can use a DOS PROGRAM in a DOS Window (386 computers) if written like
  74. VIEWERNAME=C:\WINDOWS\ARCHIVES\ARCH.PIF LIST.EXE
  75.  
  76. ;You can use a DOS PROGRAM using _DEFAULT.PIF if written like
  77. VIEWERNAME=LIST.EXE
  78.  
  79. ;You can use a WINDOWS PROGRAM if written like
  80. VIEWERNAME=C:\WINDOWS\BROWSER.EXE
  81.  
  82. ;DOS Window special switches.  These are used when you launch a DOS Window
  83. ; with a DOS COMMAND processor that requires special switches to run
  84. ; thru Windows.  eg. to add more environment variables to COMMAND.COM or
  85. ; to setup 4DOS.COM for protected mode operation.
  86. C:\COMMAND.COM=C:\COMMAND.COM /E:512
  87. C:\4DOS.COM=C:\4DOS.COM /v
  88.  
  89. ;Late addition: For the Print Function, Archives provides a suggested
  90. ;number of characters for the left margin based on the maximum number
  91. ;of characters in the longest line of text file that is opened to the
  92. ;Viewer Window.  This number is based on the total characters your
  93. ;printer prints per line.  If your printer prints more or less than
  94. ;80 characters per line, then change the number below to the proper value.
  95. CharWidthPrn=80
  96.  
  97. ;THE FOLLOWING SHOULD BE SET BY PROGRAM ONLY, else system may CRASH:
  98. StartUp=63,125,875,750,CSABB
  99. TFW=
  100.